home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
doors_2
/
plum2_00.zip
/
PLUMBER.DOC
< prev
next >
Wrap
Text File
|
1992-09-08
|
7KB
|
144 lines
Sept 8, 1992
--------------
Master Plumber! V2.00
(C) Copyright 1992 by Robert Poirier
Support BBS: The Parrot's Den BBS
(508) 765-9387
A Stratergy Game for PcBoard , GAP and other systems.
------------------------------------------------------------
Welcome to the Master Plumber! The game is fairly simple to play with
all instructions in the door itself. The game is quite simple in
playing. All you have to do is lay pipes in series and try to fill
the entire grid so that the fluid flows through to the last pipe layed.
You get 25 points for each pipe layed and a bonus of 50 points for using
both sides of a cross section pipe.
This door is written for BBSes that use 31-line DOOR.sys, PcBoard 11.8,
PcBoard 14.+, Wildcat, RBBS/QBBS dorinfo1.def.
DISCLAIMER !!
This program and other files associated with it are
"as is" and are not guaranteed to be frre from errors.
The author does not guarantee nor warrent any of the
included files within the ZIP. We are not responsible
for any damage of any kind, including profit losses
and/or data loss, that relates directly or indirectly
to these programs and files. You may distribute this
program, as long as it is in unmodified form with all
the original files included.
Sample PLUM.CFG file
c:\pcb\pcboard.sys <-- path and running system
The Parrot's Den BBS <-- boards name
Bob <-- sysop first name
Poirier <-- sysop last name
0000000 <-- Registration number
3 * <-- Number of Games Users can play(1 to 7)
3 * <-- Number of Make up games per day(1 to 7)
c:\pcb\gen\blt16 * <-- location of top 15 ascii bulletin
c:\pcb\gen\blt16g * <-- location of top 15 ANSI bulletin
(using @Xxx codes only)
* works in registered version only
(note : if no bulletin desired type NONE for path)
All above lines have to be in the config file for the
door program to work properly!! If you don't have nine
lines in it, it won't work!
Set up is simple enough. Unzip the files into their own directory
and make the PLUM.CFG file above making sure there are no remarks
or blanks lines in the file.
Setting Number of Games users can play is the number of games in a
one day playing session.(remembering that you can also set number of
makeup days also.)
In the number for makeup games, setting this to one disables playing
make up games. Setting to 2 allows the user to play one regular day
and one make up day. Setting it to 3 is one regular day and two
makeup days, etc.. up to 7.
Make a batch file to run the door as per the enclosed PLUMBER.bat
file.
The program has it's own com routines, so no other modules are
needed. Do not use a WATCHDOG program with the door. If you use a
converter program include it in the batch file calling the door.
The command line is : PLUM PLUM.CFG
If you wish to run in local mode use the command line:
PLUM PLUM.CFG LOCAL
Master Plumber ! Files Needed to Run:
---------------------------------------------------------
PLUM.EXE <------------------- Plumber program
PLUM.DOC <------------------- What You are reading now
PLUM.CFG <-------------------- Configuration File
REGISTER.DOC <---------------- Registration information
PLUMBER.BAT <---------------- Sample batch file
PLUM.DAT <------------------- Created at run time by the door
for holding scores.
All of these files should be in this ZIP, if they are not, don't
take a chance! Call The Parrot's Den and get a good copy or view the
file on a few local boards to see if you can find a complete copy.
You will also need to modify your doors menu files and the data
level needed to access them. For GAP, these are respectively:
DOORM
DOORMG
DOORS.DAT
Please refer to your BBS documentation for details on setting up
these files.
At any time that you want to redo the scoring file, delete the
PLUM.dat file created by the door, and the door will reset the montly
score to zero and start over. This is not necessary, as the door rolls
over on the first of each month, keeping the high score winner for the
previous month.
Version 1.00 and up, updates the scoring file as the first caller of
a new month enters the door (keeping the last month high scorer
and deleting the others).
Please read REGISTER.DOC for information on how you can register
your copy of Master Plumber ! . The bulletin generator is only available
in the registered version of Master Plumber.
Have Fun!
Bob Poirier
The Parrot's Den BBS
508-765-9387
History:
9/8/92 Ver 2.00
Complete remake of opening screen routines
Fixed code for bulletins
Fixed minor bug in scoring
7/31/92 Ver 1.22
Worked on bug in bulletins leaving users with "1" as
turns played in readouts.
7/15/92 Ver 1.21
Fixed Bug in playback that gave none for playing makups.
Added more instruction to clarify playing the game
Fixed minor bugs in scoring.
Changed 30 day routines to make them sysop configurable
Added routine to make user play missed days before being
albe to play days ahead.
Speeded up checking routine.
6/10/92 Ver 1.00
Docs and file prepared for release!
6/9/92 Ver 0.09b
Final work done on Pipe checking routine.
Added 30 day scoring routines.
Fixed minor display bugs.
6/6/92 Ver 0.05b
Beta Test version set on system.
6/1/92 Ver 0.05
Initial door written.
5/31/92 Ver. 0.01
Initial Idea for Door Program and Development.